xen.git
2005-09-21 djm@kirby.fc... Remove paravirtualization of ar.kr registers (may need...
2005-09-21 djm@kirby.fc... Xenlinux/ia64 can't use xenlinux/x86 version of drivers...
2005-09-21 djm@kirby.fc... Build tweaks for xenlinux/ia64
2005-09-21 djm@kirby.fc... Start fleshing out -sparse tree for xenlinux/ia64
2005-09-20 djm@kirby.fc... Support files for building xenlinux-ia64 from -sparse...
2005-09-20 djm@kirby.fc... Clone of Christian's xen-unstable mkbuildtree patch...
2005-09-20 djm@kirby.fc... Fix dcr.pp and psr.pp support (non-VTI) so pfmon -...
2005-09-20 djm@kirby.fc... Get multiple domains working again
2005-09-19 djm@kirby.fc... Merge vcpu phase 2
2005-09-18 djm@kirby.fc... Add debug output for pfmon (default off, DEBUG_PFMON...
2005-09-18 djm@kirby.fc... Re-enable improved PAL code (time and perfmon work...
2005-09-16 djm@kirby.fc... Add additional stats to track VHPT saturation
2005-09-16 djm@kirby.fc... PAL cache flush (added during VTI merge) breaks on...
2005-09-16 djm@kirby.fc... Comment out DTLB MATCH message as it is more frequent...
2005-09-16 djm@kirby.fc... Return rid mangling to previous method (to match hyperp...
2005-09-16 djm@kirby.fc... Script to generate diffs between linux-xen subdirs...
2005-09-15 djm@kirby.fc... This patch fixes a severe bug in vtlb, where domU may...
2005-09-15 djm@kirby.fc... Properly return extents for hypervisor memory ops call
2005-09-15 djm@kirby.fc... Oops, one hypervisor.h change seems to have unfixed...
2005-09-14 djm@kirby.fc... Add missing include/decl to ia64-specific hypervisor.h
2005-09-14 djm@kirby.fc... Add ia64-specific hypervisor.h
2005-09-14 djm@kirby.fc... Merge latest xen-unstable into xen-ia64-unstable to...
2005-09-14 djm@kirby.fc... Add needed header files that are buried/nested in x86
2005-09-14 djm@kirby.fc... Merge latest xen-unstable into xen-ia64-unstable
2005-09-14 kaf24@firebug... Remove redundant semi-colon from end of DEFINE_RING_TYPES
2005-09-14 cl349@firebug... merge?
2005-09-14 cl349@firebug... Switch most uses of write over to store.
2005-09-14 cl349@firebug... Explicit test for None.
2005-09-14 cl349@firebug... More syntactic sugar.
2005-09-14 cl349@firebug... Move start_time out of xend dir and use gather/store.
2005-09-14 cl349@firebug... Support removing nodes from store if value to store...
2005-09-14 cl349@firebug... Add store function.
2005-09-14 cl349@firebug... Always allow transaction abort.
2005-09-14 cl349@firebug... Add gather function and robustify class methods' failur...
2005-09-14 kaf24@firebug... Fix mmapping of PCI resources from userspace.
2005-09-14 cl349@firebug... merge?
2005-09-14 cl349@firebug... Rename xm commands and cleanup of the "bogus" argument...
2005-09-14 kaf24@firebug... Fix xc_make_page_below_4G(). Should fix PAE domain
2005-09-14 kaf24@firebug... During my attempts to get the latest bridge networking...
2005-09-14 kaf24@firebug... Fix xc_domain_memory_decrease_reservation().
2005-09-14 cl349@firebug... Add methods to read/write Vm/Domain store entries.
2005-09-14 cl349@firebug... Move name back into main domain dir.
2005-09-14 cl349@firebug... Move id back into main domain dir and rename to domid.
2005-09-14 cl349@firebug... merge?
2005-09-14 kaf24@firebug... Set NE bit for VMX guest CR0. VMCS guest CR0.NE bit...
2005-09-14 cl349@firebug... Move uuid back into main domain dir.
2005-09-14 kaf24@firebug... Add some sanity check when creating 3-level 1:1 page...
2005-09-14 kaf24@firebug... Clear pending interrupt on shared page when pic initialized
2005-09-14 kaf24@firebug... Get rid of anonymous unions in public header files.
2005-09-14 cl349@firebug... Call dominfo.device_delete instead of non-existant...
2005-09-14 kaf24@firebug... Remove unsued domain_controller.h file.
2005-09-14 kaf24@firebug... Fix 64-bit build problem. Not allowed to movl between a
2005-09-14 kaf24@firebug... Move hypervisor.h to asm-i386/asm-x86_64.
2005-09-14 kaf24@firebug... mem-map.sxp and vmxloader are unaffected by a 64-bit...
2005-09-14 cl349@firebug... Fix xenstored watch crash.
2005-09-13 cl349@firebug... Don't return failure when trying to delete a non-existe...
2005-09-13 cl349@firebug... Perform xenbus operations in shutdown_handler in a...
2005-09-13 cl349@firebug... Don't cause watch fire deadlock by unconditionally...
2005-09-13 cl349@firebug... Don't fail readDB on empty dirs.
2005-09-13 cl349@firebug... Switch shutdown and sysrq to xstransact.
2005-09-13 djm@kirby.fc... Converge ia64 grant_table API
2005-09-13 cl349@firebug... Free blkif if vbd_create fails.
2005-09-13 djm@kirby.fc... Catchup with xen-unstable, add ia64 specifics to tools...
2005-09-13 kaf24@firebug... Fix the logic in vcpu_sleep_sync(): we must wait until
2005-09-13 djm@kirby.fc... Add ia64 header for synch_bitops.h
2005-09-13 shand@ubuntu... Some more resilience to errors in creating vbds etc...
2005-09-13 cl349@firebug... Switch memory target handling to use xstransact.
2005-09-13 cl349@firebug... g/c introduceDomain and releaseDomain bindings in xsnod...
2005-09-13 cl349@firebug... Switch vcpu hotplugging to use xstransact.
2005-09-13 cl349@firebug... Fix domain list build/cleanup code with xend subdirectory.
2005-09-13 cl349@firebug... IntroduceDomain of dom0 can fail when it's already...
2005-09-13 cl349@firebug... Fix error handling code paths.
2005-09-13 djm@kirby.fc... Merge with latest xen-unstable
2005-09-13 cl349@firebug... merge?
2005-09-13 cl349@firebug... merge?
2005-09-13 emellor@ewanFix imports.
2005-09-13 cl349@firebug... merge?
2005-09-13 cl349@firebug... Store dom0 store ring-ref in store.
2005-09-13 cl349@firebug... Switch to IntroduceDomain, move xend info into xend...
2005-09-13 cl349@firebug... Move xshandle to xsutil.py, add IntroduceDomain, fix...
2005-09-13 cl349@firebug... merge?
2005-09-13 emellor@ewanFix the check that the argument count is even, for...
2005-09-13 cl349@firebug... Change read and list to return None if key/dir doesn...
2005-09-13 emellor@ewanAdded help line for dev-docs target.
2005-09-13 ewan@linford... Added isDevControllerClass so that XendDomainInfo does...
2005-09-13 ewan@linford... Removed {add,get}_{config,device}_handler in favour...
2005-09-13 ewan@linford... Added .PHONY target so that make works from the tools...
2005-09-13 ewan@linford... Pass the root directory to Doxyfilter and thence pythfi...
2005-09-13 ewan@linford... Pass the root directory to Doxyfilter and thence pythfi...
2005-09-13 kaf24@firebug... This trivial patch makes sure that mem-map.sxp and...
2005-09-13 kaf24@firebug... Update ignores list for new xenstore binaries.
2005-09-13 kaf24@firebug... synch_bitops.h is an arch-specific header file.
2005-09-13 kaf24@firebug... Newer binutils is a bit stricter and errors out when...
2005-09-13 cl349@firebug... merge?
2005-09-13 cl349@firebug... Fixed consoled race condition.
2005-09-13 kaf24@firebug... domain_crash_synchronous() on x86_64 causes Xen to...
2005-09-13 cl349@firebug... Prevent opening the xenbus device if the store isn...
2005-09-13 cl349@firebug... merge?
2005-09-13 kaf24@firebug... Fix a bug in shadow_remove_all_access_in_page.
2005-09-13 cl349@firebug... Fix up testsuite from recent changes.
next